Welcome![Sign In][Sign Up]
Location:
Search - crc ccitt

Search list

[Other resourcecrc

Description: 生成多项式的最高位必须是1。例如:CRC-CCITT标准的16位生成多项式:g(x)= x16+x12+x1+1;阶数r = 16 即:0x11021.最高位通常为1。
Platform: | Size: 3630 | Author: xuhailun | Hits:

[Embeded-SCM Developcrc16

Description: A CCITT-16 CRC calculator. The source contains both the calculated (smaller but slower) version, and the table driven (faster but larger) version.
Platform: | Size: 3072 | Author: buaalzx | Hits:

[matlabcrc

Description: cdma2000系统中编码中的crc模块,通过matlab的simulink模拟crc编码-cdma2000 system of CRC coding modules, through the simulink simulation matlab CRC encoding
Platform: | Size: 9216 | Author: yxj | Hits:

[source in ebookCRC

Description: CRC校验码生成软件,试用于调试通信时做数据校验时使用,一个不错的软件-CRC Check Code generation software, the trial in the debug communication data when checking the use of, a good software
Platform: | Size: 129024 | Author: 杨亮 | Hits:

[OtherVBCRC

Description:   循环冗余码校验英文名称为Cyclical Redundancy Check,简称CRC。它是利用除法及余数的原理来作错误侦测(Error Detecting)的。实际应用时,发送装置计算出CRC值并随数据一同发送给接收装置,接收装置对收到的数据重新计算CRC并与收到的CRC相比较,若两个CRC值不同,则说明数据通讯出现错误。 根据应用环境与习惯的不同,CRC又可分为以下几种标准:   ①CRC-12码;   ②CRC-16码;   ③CRC-CCITT码;   ④CRC-32码。   CRC-12码通常用来传送6-bit字符串。CRC-16及CRC-CCITT码则用是来传送8-bit字符,其中CRC-16为美国采用,而CRC-CCITT为欧洲国家所采用。CRC-32码大都被采用在一种称为Point-to-Point的同步传输中。 下面以最常用的CRC-16为例来说明其生成过程。-err
Platform: | Size: 3072 | Author: qizhiwei | Hits:

[VHDL-FPGA-Verilogcrc

Description: CRC-16 VHDL Source Code
Platform: | Size: 164864 | Author: kobin | Hits:

[Crack HackCCITT-CRC

Description: ccitt-crc文件校检方法的详细介绍,可以理解校检问题-ccitt-crc school paper details the methods, you can understand the issue of school seizure
Platform: | Size: 13312 | Author: ml | Hits:

[Program docCRC

Description: 详细介绍了循环冗余校验CRC(Cyclic Redundancy Check)的差错控制原理及其算法实 现。-Details of Cyclic Redundancy Check CRC (Cyclic Redundancy Check) theory and the error control algorithm.
Platform: | Size: 106496 | Author: elunlang2000 | Hits:

[SCMcheckCRC

Description: CRC效验程序,使用CRC-16和CRC-CCITT方法。 其中CRC-16的效验字是: X^16 + X^15 + X^2 + 1,CRC-12的效验字是: X^12 + X^11 + X^3 + X^2 + X^1 +1 CRC-CCITT的效验字是: X^16 + X^12 + X^5 + 1 -CRC-tested program, using the CRC-16 and CRC-CCITT method. Including CRC-16' s efficacy word is: X ^ 16+ X ^ 15+ X ^ 2+ 1 CRC-12' s efficacy word is: X ^ 12+ X ^ 11+ X ^ 3+ X ^ 2+ X ^ 1+ 1 CRC-CCITT efficacy of the word is: X ^ 16+ X ^ 12+ X ^ 5+ 1
Platform: | Size: 1024 | Author: spencer | Hits:

[Delphi VCLtestcrc

Description: 计算CRC16/CRC8/CRC32的程序,可获得CRC-CCITT/CRC-16/CRC-8/CRC-32的计算结果。 提供Delphi源代码和MCS51单片机的汇编源代码,分别采用两至三种不同算法实现。有比较详细的调用和使用说明-Calculation CRC16/CRC8/CRC32 procedures, available CRC-CCITT/CRC-16/CRC-8/CRC-32 calculations. Delphi source code and provides a compilation of the source code MCS51 MCU, respectively, use two or three different algorithms. More detailed description of the calls and the use of
Platform: | Size: 137216 | Author: guibin | Hits:

[Windows DevelopVB

Description: 1、掌握循环冗余校验码的生成原理; 2、了解CRC校验程序有两种办法:一种为计算法,一种为查表法; 3、进一步掌握VB编程CRC校验程序; 4、用查表法计算CRC码的VB程序设计,生成多项式为CRC- CCITT; -A master cyclic redundancy check code generation principle 2, understand the CRC checking of program in two ways: one for the calculation, one for the lookup table 3, and further understand CRC checksum procedure VB programming 4 using look-up table method to calculate CRC code VB programming, generator polynomial for the CRC-CCITT
Platform: | Size: 4096 | Author: 任务 | Hits:

[Program docCRC.txt

Description: 用查表法计算CRC码 C的程序设计,生成多项式为CRC-CCITT -CRC look-up table method using C programming code, generating polynomial for the CRC-CCITT
Platform: | Size: 58368 | Author: lfzxyy | Hits:

[Crack HackCRC--C-language

Description: CRC校验C语言实现,CRC(Cyclic Redundancy Check)校验应用较为广泛,以前为了处理简单,在程序中大多数采用LRC(Longitudinal Redundancy Check)校验,LRC校验很好理解,编程实现简单。用了一天时间研究了CRC的C语言实现,理解和掌握了基本原理和C语言编程。结合自己的理解简单写下来。-CRC, C language, CRC (Cyclic Redundancy Check) verification is widely used, previous to deal with simple procedure in most cases, in the LRC (Longitudinal Redundancy Check) checksum, LRC check a good understanding of programming simple. With the day of the CRC of the C language, to understand and master the basic principles and C language programming. In conjunction with their understanding of simple writing.
Platform: | Size: 4096 | Author: xiangyunl | Hits:

[OtherCRC-CCITT

Description: CRC-CCITT 16校验 带数据位检测-CRC-CCITT 16 data bits with parity detection
Platform: | Size: 3072 | Author: 周先生 | Hits:

[VHDL-FPGA-Verilogcrc-ccitt

Description: CRC校验ccitt的串行功能实现,实现16位CRC校验,校验方式是CCI-function of realize crc ccitt 16BIT
Platform: | Size: 1024 | Author: xiang | Hits:

[Linux-Unixprogram-for-error-detecting-code-using-CRC-CCITT-

Description: program for error detecting code using CRC-CCITT (16-bits).
Platform: | Size: 1024 | Author: garv24 | Hits:

[Com PortCRC-CCITT

Description: LabVIEW 的串口CRC-CCITT校验程序 用于无符号字符型数据的校验码生成!-CRC-CCITT checksum program LabVIEW serial port for data unsigned char checksum generation!
Platform: | Size: 12288 | Author: 刘庆文 | Hits:

[AlgorithmCRC-ccitt

Description: 这是一个计算crc的另外一个算法,计算crc-ccitt,很实用的一个工具-Calculate crc-ccitt a good tool
Platform: | Size: 1091584 | Author: 蒋璐 | Hits:

[Algorithm16-bit-Serial-CRC-CCITT-Generator.vhd.tar

Description: 16-bit Serial CRC-CCITT Generator
Platform: | Size: 1024 | Author: FranxCuckoo | Hits:

[Internet-Networkcrc-ccitt

Description: 用查表法计算 CRC 码的 CRC-CCITT 校验软件设计;通信传输方式通过共享文件实现;生成多项式为 CRC-CCITT,能在两台计算机上运行程序,一台产生 CRC 码,另一台校验。-CRC-CCITT check software is designed by using look-up table method communication transmission mode is realized by shared file generating polynomial is CRC-CCITT, can run program on two computers, one generates CRC code, Inspection.
Platform: | Size: 5120 | Author: | Hits:
« 1 23 4 5 6 7 8 »

CodeBus www.codebus.net